github.com/klauspost/compress/zstd.blockDec.lowMem (field)
11 uses
github.com/klauspost/compress/zstd (current package)
blockdec.go#L109: lowMem bool
blockdec.go#L121: lowMem: lowMem,
blockdec.go#L152: if b.lowMem {
blockdec.go#L162: if windowSize < maxCompressedBlockSize && b.lowMem {
blockdec.go#L194: if b.lowMem || cSize > maxCompressedBlockSize {
blockdec.go#L231: if b.lowMem {
blockdec.go#L364: if b.lowMem {
blockdec.go#L396: if b.lowMem {
blockdec.go#L428: if b.lowMem {
blockdec.go#L653: if b.lowMem {
decoder.go#L761: if block.lowMem {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |